home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / pcbaby / _setup.1 / PCBaby4.exe / 0 / RCDATA / TTOOTHDATE / TTOOTHDATE.txt
Text File  |  1996-10-21  |  2KB  |  104 lines

  1. object ToothDate: TToothDate
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'Tooth Date'
  6.   ClientHeight = 112
  7.   ClientWidth = 266
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 32
  18.     Top = 24
  19.     Width = 41
  20.     Height = 19
  21.     Caption = 'Date:'
  22.     Font.Color = clBlue
  23.     Font.Height = -16
  24.     Font.Name = 'Arial'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object Date: TMaskEdit
  29.     Left = 80
  30.     Top = 24
  31.     Width = 121
  32.     Height = 24
  33.     EditMask = '!99-99-00;1;_'
  34.     Font.Color = clBlack
  35.     Font.Height = -13
  36.     Font.Name = 'Arial'
  37.     Font.Style = []
  38.     MaxLength = 8
  39.     ParentFont = False
  40.     TabOrder = 0
  41.     Text = '  -  -  '
  42.   end
  43.   object OKBtn: TBitBtn
  44.     Left = 56
  45.     Top = 64
  46.     Width = 93
  47.     Height = 31
  48.     Caption = 'Ok'
  49.     Default = True
  50.     Font.Color = clGreen
  51.     Font.Height = -19
  52.     Font.Name = 'Arial'
  53.     Font.Style = [fsBold]
  54.     ModalResult = 1
  55.     ParentFont = False
  56.     TabOrder = 1
  57.     OnClick = OKBtnClick
  58.     Glyph.Data = {
  59.       F6000000424DF600000000000000760000002800000010000000100000000100
  60.       04000000000080000000CE0E0000D80E00000000000000000000000000000000
  61.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  62.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  63.       5555555555555555555555555205555555555555222055555555555522205555
  64.       5555555222220555555555222222055555555722052220555555720555522055
  65.       5555555555522205555555555555220555555555555552205555555555555572
  66.       0555555555555557205555555555555552205555555555555555}
  67.     Margin = 8
  68.     Spacing = -1
  69.   end
  70.   object CancelBtn: TBitBtn
  71.     Left = 160
  72.     Top = 64
  73.     Width = 93
  74.     Height = 31
  75.     Font.Color = clRed
  76.     Font.Height = -19
  77.     Font.Name = 'Arial'
  78.     Font.Style = [fsBold]
  79.     ParentFont = False
  80.     TabOrder = 2
  81.     OnClick = CancelBtnClick
  82.     Kind = bkCancel
  83.     Margin = 2
  84.     Spacing = -1
  85.   end
  86.   object HelpBtn: TBitBtn
  87.     Left = 8
  88.     Top = 64
  89.     Width = 25
  90.     Height = 31
  91.     Caption = ' '
  92.     Font.Color = clBlack
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.     TabOrder = 3
  98.     OnClick = HelpBtnClick
  99.     Kind = bkHelp
  100.     Margin = 2
  101.     Spacing = -1
  102.   end
  103. end
  104.